home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Internet News 2001 March
/
Internet News 2001-03 - CD-ROM.rar
/
IN200103.ISO
/
Linux
/
ETLinux
/
_7eboot-0.70a.flp
/
init
/
LAST
< prev
next >
Wrap
Text File
|
2000-03-06
|
390b
|
28 lines
echo "[last]"
#
# assumes all modules have been loaded
#
# Last minute customization depending on shell & libs
if [ -x /usr/bin/less ]
then
rm /bin/more
ln -sf /usr/bin/less /bin/more
fi
if [ -x /usr/bin/ldconfig ]
then
echo "Resetting run-time link bindings..."
/sbin/ldconfig
fi
if [ -x /usr/bin/bash ]
then
rm /bin/sh
ln -sf /usr/bin/bash /bin/sh
echo $PS1 > /.version
fi